:
Destination Time
:
Present Time
:
Last Time Departed
Sign in to follow this  
Thyncho88

Help coders!!

Recommended Posts

HI! :D

Coders, can you tell me what I'm doing wrong here, this code I made don't work for me :/

:CLOCKTOWER

thread 'CLOCKTOWER' 

wait 0 

if 

  $2058 >= 2015 // integer values 

else_jump @CLOCKTOWER_89 

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #1985CLOCKTOWER to #2015CLOCKTOWER 

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #1955CLOCKTOWER to #2015CLOCKTOWER 



:CLOCKTOWER_89

wait 0 

if 

   not $2058 >= 1985 // integer values 

else_jump @CLOCKTOWER_168 

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #2015CLOCKTOWER to #1955CLOCKTOWER 

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #1985CLOCKTOWER to #1955CLOCKTOWER 



:CLOCKTOWER_168

wait 0 

if and

   not $2058 >= 2015 // integer values 

  $2058 >= 1985 // integer values 

else_jump @CLOCKTOWER

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #2015CLOCKTOWER to #1985CLOCKTOWER 

03B6: replace_model_at -1553.5 922.065 21.4 radius 80.0 from #1955CLOCKTOWER to #1985CLOCKTOWER 

jump @CLOCKTOWER

Its a basic code I made to change the clocktower :P

Thanks!

Share this post


Link to post
Share on other sites

it has to request models, then load them then unload, then request new models, then load new models, not replace.

Share this post


Link to post
Share on other sites
it has to request models, then load them then unload, then request new models, then load new models, not replace.

ohoh, Thanks Leaf!

Share this post


Link to post
Share on other sites
Sign in to follow this