Initial Upload
Initial Upload
This commit is contained in:
10
_module/nss/at_dt_dragon_001.nss
Normal file
10
_module/nss/at_dt_dragon_001.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
void main()
|
||||
{
|
||||
object oClicker = GetClickingObject();
|
||||
object oTarget = GetTransitionTarget(OBJECT_SELF);
|
||||
|
||||
SetAreaTransitionBMP(AREA_TRANSITION_RANDOM);
|
||||
|
||||
AssignCommand(oClicker,JumpToObject(oTarget));
|
||||
}
|
Reference in New Issue
Block a user