asgardbanda Posted April 9, 2016 Share Posted April 9, 2016 Hello im new at this of scripting. so.. i have been create my own scripts. and work just well. but i do have a problem with opcode 00ff: sphere. i have some enex. in a interior 12. (savehouse) but when i code some sphere i notice that the enexs. just desapear. there are there and works fine. just i can`t see them. i cannot see the yellow arrow. but i do can transport. does any one have any ideas?. script code: if 00FF: actor $PLAYER_ACTOR sphere 1 in_sphere 2308.994 -1136.334 1054.305 radius 1.5 1.5 2.5 on_foot else_jump @TIMECHANGE_19 Link to comment Share on other sites More sharing options...
goodidea82 Posted April 10, 2016 Share Posted April 10, 2016 Opcodes that show a sphere must be called frequently in a loop. Between two executions of the opcode exactly one wait-statement must be executed. The duration of the wait statement should be below 15 ms. Examples for this are in this tutorial. (in case you haven't seen it) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now